projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf4678
)
wayland: Mark ourselves as not supporting compositing
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 24 Mar 2014 16:49:32 +0000
(12:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 24 Mar 2014 16:49:32 +0000
(12:49 -0400)
The compositing that is meant here is really specific to the
X11 Composite extension, and does not apply to Wayland.
This is very rarely used functionality anyway, and none of
the other backends support it.
gdk/wayland/gdkdisplay-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdisplay-wayland.c
b/gdk/wayland/gdkdisplay-wayland.c
index 54291120844d68e4ad04b6775f139e139df5856c..5e71483611395a27d37e4c8ff7f6909522865b04 100644
(file)
--- a/
gdk/wayland/gdkdisplay-wayland.c
+++ b/
gdk/wayland/gdkdisplay-wayland.c
@@
-416,7
+416,7
@@
gdk_wayland_display_supports_input_shapes (GdkDisplay *display)
static gboolean
gdk_wayland_display_supports_composite (GdkDisplay *display)
{
- return
TRU
E;
+ return
FALS
E;
}
static GList *